Q3Vector3D_Length
You can use theQ3Vector3D_Length
function to determine the length of a three-dimensional vector.
float Q3Vector3D_Length (const TQ3Vector3D *vector3D);
vector3D
- A three-dimensional vector.
DESCRIPTION
TheQ3Vector3D_Length
function returns, as its function result, the length of the vectorvector3D
.